[Swift] String Interpolation

String Interpolation in Swift

”\(CODE GOES HERE)”


print("The result of 5 + 3 = \(5+3)")

→ The result of 5 + 3 = 8


ABOUT ME
I write codes and words.
제가 궁금하다면 ABOUT ME 버튼을 눌러보세요!

GitHubLinkedIn